GtkSwitch: Return FALSE from the button press handler
authorMatthias Clasen <mclasen@redhat.com>
Wed, 24 Aug 2011 03:29:19 +0000 (23:29 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 24 Aug 2011 03:29:19 +0000 (23:29 -0400)
commitc83db6cdf06d4b013b486abb4ca23538eec3555a
tree8630dba67b33e32405aac03abb00a24c45e4508f
parentc9023cadbfed9a4831287a366cc3367c7baa436c
GtkSwitch: Return FALSE from the button press handler

This makes the behavior identical to other widgets which
handle button presses, and it avoids problems when placing
switches into a windows main toolbar.

https://bugzilla.gnome.org/show_bug.cgi?id=656986
gtk/gtkswitch.c